C1.DataCollection Assembly / C1.DataCollection Namespace / C1FilterDataCollection<T> Class / InsertAsync Method
The index where the item will be inserted.
The item to be inserted.
The cancellation token.

In This Topic
InsertAsync Method (C1FilterDataCollection<T>)
In This Topic
Inserts the specified item at the specified index in the collection.
Syntax
'Declaration
 
Public Overrides Function InsertAsync( _
   ByVal index As Integer, _
   ByVal item As T, _
   ByVal cancellationToken As CancellationToken _
) As Task(Of Integer)
 

Parameters

index
The index where the item will be inserted.
item
The item to be inserted.
cancellationToken
The cancellation token.
See Also